ListGroupSortedclasslister.t[633]

A ListGroupSorted simply lists its items in ascending listOrder sequence within the group.

class ListGroupSorted :   ListGroup

Superclass Tree   (in declaration order)

ListGroupSorted
        ListGroup
                object

Subclass Tree  

ListGroupSorted
        ListGroupParen
        ListGroupSuffixPrefix

Global Objects  

(none)

Summary of Properties  

Inherited from ListGroup :
listOrder  minGroupSize  priority 

Summary of Methods  

compareGroupItems  showList  sortList 

Inherited from ListGroup :
showSimpleList 

Properties  

(none)

Methods  

compareGroupItems (a, b)lister.t[641]

The compareGroupItems method defines how items will be sorted within the ListGroup. By default we sort on their groupOrder, which by default is the same as their listOrder, but we could define an alternative custom property or some other means of sorting if we so wished.

showList (lister, lst)OVERRIDDENlister.t[644]
Show our list (lst) of items using lister.

sortList (lst)lister.t[654]
Sort our list of items. By default we do so in their listOrder order.

Adv3Lite Library Reference Manual
Generated on 13/06/2025 from adv3Lite version 2.2.1